|
|
|
|
GetDimension Method, SftTree Class |
Returns the location and size of a cell or row header.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Function GetDimension( ByVal Cell As CellBaseClass ) As Rectangle |
C# |
public Rectangle GetDimension( CellBaseClass Cell ); |
C++ |
public: Rectangle GetDimension( CellBaseClass^ Cell ); |
Cell
The cell or row header for which the location and size is requested.
Return Value
The location and size.
Comments
The GetDimension method returns the location and size of a cell or row header.
If the cell or row header is not visible, an empty rectangle is returned.